body{
	font-family: "Simsun" !important;
	font-size: 12px;
}
a{
	color: #555;
}
a:focus,
a:hover{
	text-decoration: none;
	color: #da251c;
}
ul{
	padding: 0;
	margin: 0;
	list-style: none;
}
#header{
	width: 100%;
	float: left;
	height: 100px;
	z-index: 999;
	background: #fff;
	-webkit-box-shadow: 0 1px 10px rgba(0,0,0,.15);
	box-shadow: 0 1px 10px rgba(0,0,0,.1);
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
#header.float .navbar-nav>li>.dropdown-menu,
#header.float{
	background: rgba(255,255,255,.9);
}
#header .navbar-default{
	border-radius: 0;
	background: none;
	margin: 0;
	min-height: 100%;
	border: 0;
}
#header a.logo{
	display: block;
	float: left;
	margin-top: 24px;
	margin-left: 10px;
}
#header .nav{
	margin-left: 5%;
}
#header .nav li a{
	background: transparent !important;
	line-height: 100px;
	padding: 0 15px;
	font-size: 16px;
	color: #1f1a17;
}
#header .nav li a:hover,
#header .nav li.open a,
#header .nav li.active a{
	color: #da251c;
}
#header .navbar-nav>li>.dropdown-menu{
	border-radius: 0;
	border: 0;
	padding: 0;
    width: 100%;
    min-width: 130px;
    left: 50%;
    margin-left: -65px;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    display: block;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
#header .navbar-nav>li>.dropdown-menu li a{
	background: #fff;
	-webkit-transition: background .3s;
	-o-transition: background .3s;
	transition: background .3s;
	text-align: center;
	line-height: 36px;
	font-size: 14px;
	padding: 0;
	color: #666;
}
#header .navbar-nav>li>.dropdown-menu li a:hover{
	color: #da251c;
	background: #f1f1f1 !important;
}
#header .navbar-nav>li.open>.dropdown-menu{
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    filter: alpha(opacity=100);
    display: block !important;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
#header .nav_social {
	width: 200px;
}
#header .nav_social a{
	display: block;
	width: 100px;
	float: left;
	height: 100px;
	line-height: 100px;
	text-align: center;
	font-size: 30px;
	color: #555555;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
#header .nav_social a.wx:hover{
	color: #04b00f;
}
#header .nav_social a.search{
	color: #e1e2e5;
	background: #015198;
}
#header .nav_social a.search:hover{
	background: #333;
}

#banner .carousel-indicators{
	bottom: 10px;
	margin-bottom: 0;
}
#banner .carousel-indicators li{
	width: 12px;
	height: 12px;
	background: #fff;
	border: 0;
	margin: 0 5px;
}
#banner .carousel-indicators li.active{
	background: #3e65a6;
}
#banner .carousel-control{
    position: absolute;
    top: 50%;
    margin-top: -30px;
    outline: 0;
    width: 50px;
    height: 60px;
    z-index: 9999;
    line-height: 60px;
    font-size: 30px;
    text-align: center;
    background-image: none;
}
#banner .carousel-control.left{
    background: rgba(0,0,0,.5);
    color: #fff;
    transform: translateX(-50px);
    -ms-transform: translate(-50px);
    -webkit-transform: translate(-50px);
    -o-transform: translate(-50px);
    -moz-transform: translate(-50px);
    opacity: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    width: 50px;
    height: 60px;
    z-index: 9;
}
#banner .carousel-control.left:before{
    position: absolute;
    left: 0;
    font-size: 26px;
    color: #fff;
    width: 50px;
    height: 60px;
    text-indent: 0;
    text-align: center;
    line-height: 55px;
}
#banner .carousel-control.right:hover,
#banner .carousel-control.left:hover{
	background: rgba(255,255,255,.3);
}

#banner:hover .carousel-control.left{
	transform: translateX(0px);
	-ms-transform: translate(0px);		/* IE 9 */
	-webkit-transform: translate(0px);	/* Safari and Chrome */
	-o-transform: translate(0px);		/* Opera */
	-moz-transform: translate(0px);		/* Firefox */
	opacity: 1;
}

#banner .carousel-control.right{
    background: rgba(0,0,0,.5);
    color: #fff;
    transform: translateX(50px);
    -ms-transform: translate(50px);
    -webkit-transform: translate(50px);
    -o-transform: translate(50px);
    -moz-transform: translate(50px);
    opacity: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    width: 50px;
    height: 60px;
    z-index: 9;
}
#banner:hover .carousel-control.right{
	transform: translateX(0px);
	-ms-transform: translate(0px);		/* IE 9 */
	-webkit-transform: translate(0px);	/* Safari and Chrome */
	-o-transform: translate(0px);		/* Opera */
	-moz-transform: translate(0px);		/* Firefox */
	opacity: 1;
}
#banner .carousel-control.right:before{
    position: absolute;
    left: 0;
    font-size: 26px;
    color: #fff;
    width: 50px;
    height: 60px;
    text-align: center;
    line-height: 60px;
}
#header .container-fluid{
	padding: 0;
}
#banner{
	width: 100%;
	float: left;
	overflow: hidden;
	position: relative;
}
#announcement{
	width: 100%;
	float: left;
	padding: 10px 0;
}
#announcement .annouce_1{
	width: 100%;
	float: left;
	position: relative;
	padding-left: 80px;
	line-height: 30px;
	margin-bottom: 5px;
	padding-bottom: 5px;
}
#announcement .annouce_1 .tit{
	float: left;
	color: #015198;
	font-size: 12px;
	position: absolute;
	top: 0;
	left: 0;
}
#announcement .annouce_1 .tit2{
	color: #da251c;
}
#announcement .annouce_1 .bd{
	width: 100%;
	float: left;
}
#announcement .annouce_1 .bd ul li a{
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #333;
}
#index_box1{
	width: 100%;
	float: left;
	background: #f2f2f2;
	padding: 20px 0;
}
#index_box1 ul{
	margin-left: -5px;
	margin-right: -5px;
}
#index_box1 ul li{
	padding: 0 5px;
	width: 25%;
	float: left;
}
#index_box1 ul li a{
	display: block;
	padding: 20px 0;
	background: #fff;
	text-align: center;
	border: 2px solid #fff;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
#index_box1 ul li a:hover{
	border: 2px solid #015198;
}
#index_box1 ul li a .icon{
	width: 65px;
	height: 65px;
	display: inline-block;
	vertical-align: bottom;
}
#index_box1 ul li a .icon_1{
	background: url(../images/icon_1.png) center no-repeat;
}
#index_box1 ul li a .icon_2{
	background: url(../images/icon_2.png) center no-repeat;
}
#index_box1 ul li a .icon_3{
	background: url(../images/icon_3.png) center no-repeat;
}
#index_box1 ul li a .icon_4{
	background: url(../images/icon_4.png) center no-repeat;
}
#index_box1 ul li a .txt{
	display: inline-block;
	padding-left: 5px;
	text-align: left;
}
#index_box1 ul li a .txt h5{
	font-size: 26px;
	color: #015198;
	line-height: 36px;
	margin: 0;
}
#index_box1 ul li a .txt p{
	color: #aaa;
	font-size: 18px;
	margin: 0;
	line-height: 30px;
	text-transform: uppercase;
}
#index_box2{
	width: 100%;
	float: left;
	background:#e9f7f8 url(../images/bg1.jpg) top center no-repeat;
	padding-bottom: 50px;
	background-size: 120% auto;
}
.title_1{
	width: 100%;
	float: left;
	padding-top: 65px;
	padding-bottom: 70px;
	text-align: center;
	position: relative;
	z-index: 1;
}
.title_1 span{
	font-size: 24px;
	color: #1f1a17;
	line-height: 30px;
	display: block;
	margin: 0 auto;
}
.title_1.white span{
	color: #fff;
}
.title_1 i{
	display: inline-block;
	width: 50px;
	height: 2px;
	background: #124699;
}
.title_1.white i{
	background: #fff;
}
#index_box2 .box_1{
	width: 100%;
	float: left;
	position: relative;
	padding-left: 255px;
}
#index_box2 .box_1 .rqyw{
	width: 255px;
	float: left;
	position: absolute;
	left: 0;
	top: 0;
}
#index_box2 .box_1 .rqyw .tit{
	width: 50px;
	height: 50px;
	position: absolute;
	left: 0;
	top: 0;
	background: #124699;
	color: #fff;
	font-size: 16px;
	text-align: center;
	padding: 2px 5px;
	z-index: 10;
}
#index_box2 .box_1 .rqyw .slide_news{
	width: 100%;
	float: left;
	position: relative;
}
#index_box2 .box_1 .rqyw .slide_news a{
	display: block;
	width: 100%;
	float: left;
	position: relative;
}
#index_box2 .box_1 .rqyw .slide_news a img{
	width: 100%;
	height: 100%;
	height: 255px;
}
#index_box2 .box_1 .rqyw .slide_news a p{
	position: absolute;
	bottom: 0;
	left: 0;
	margin: 0;
	font-size: 14px;
	width: 100%;
	line-height: 24px;
	background: rgba(0,0,0,0.6);
	color: #fff;
	padding: 5px 10px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
#index_box2 .box_1 .news_list{
	width: 100%;
	float: left;
	background: #fff;
	border-bottom: 4px solid #00a3e4;
	height: 255px;
}
#index_box2 .box_1 .news_list ul{
	width: 100%;
	float: left;
	padding: 20px;
}
#index_box2 .box_1 .news_list ul li{
	display: block;
	width: 100%;
	line-height: 30px;
	float: left;
	padding-left: 15px;
	background: url(../images/dot_1.png) left center no-repeat;
}
#index_box2 .box_1 .news_list ul li a{
	display: block;
	width: 80%;
	float: left;
	color: #000;
	font-size: 14px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
#index_box2 .box_1 .news_list ul li a:hover{
	color: #da251c;
}
#index_box2 .box_1 .news_list ul li span{
	float: right;
	color: #777777;
}
#index_box2 .box_2{
	width: 100%;
	float: left;
}
#index_box2 .box_2 .slide_ad{
	width: 100%;
	float: left;
	position: relative;
}
#index_box2 .box_2 .slide_ad{
	width: 100%;
	float: left;
}
#index_box2 .box_2 .slide_ad a{
	display: block;
	width: 100%;
	float: left;
}
#index_box2 .box_2 .slide_ad a img{
	width: 100%;
	height: 255px;
}

#index_box2 .box_2 .slide_ad .owl-controls,
#index_box2 .box_1 .rqyw .slide_news .owl-controls{
	position: absolute;
	right: 10px;
	top: 10px;
	z-index: 2;
	width: 41px;
	height: 20px;
	background: url(../images/slide_control.png) center no-repeat;
}
#index_box2 .box_2 .slide_ad .owl-controls .owl-prev,
#index_box2 .box_2 .slide_ad .owl-controls .owl-next,
#index_box2 .box_1 .rqyw .slide_news .owl-controls .owl-prev,
#index_box2 .box_1 .rqyw .slide_news .owl-controls .owl-next{
	display: block;
	width: 20px;
	height: 20px;
	float: left;
	text-indent: -999px;
	overflow: hidden;
}

#index_box2 .box_3{
	margin-top: 30px;
	width: 100%;
	float: left;
}
#index_box2 .box_3 .item_box{
	width: 100%;
	float: left;
	background: #00b5e4;
	padding: 20px;
}
#index_box2 .box_3 .item_box2{
	background: #0083ca;
}
#index_box2 .box_3 .item_box3{
	background: #20569b;
}
#index_box2 .box_3 .item_box .tit{
	font-size: 18px;
	color: #fff;
	line-height: 30px;
	padding-left: 15px;
}
#index_box2 .box_3 .item_box .tit:after{
	content: "";
	width: 40px;
	height: 2px;
	background: #fff;
	display: block;
	margin: 5px 0;
}
#index_box2 .box_3 .item_box ul{
	width: 100%;
	float: left;
	height: 150px;
}
#index_box2 .box_3 .item_box ul li{
	width: 100%;
	float: left;
	padding-left: 15px;
	background: url(../images/dot_2.png) left center no-repeat;
}
#index_box2 .box_3 .item_box ul li a{
	display: block;
	line-height: 30px;
	color: #fff;
	font-size: 14px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
#index_box2 .box_3 .item_box ul li a:hover{
	padding-left: 5px;
}
#index_box2 .box_3 .item_box .more{
	width: 100%;
	float: left;
	padding-top: 10px;
}
#index_box2 .box_3 .item_box .more a{
	display: block;
	width: 100px;
	height: 30px;
	line-height: 30px;
	border: 1px solid #fff;
	text-align: center;
	color: #fff;
	padding: 0 10px;
	font-size: 14px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
#index_box2 .box_3 .item_box .more a span{
	float: right;
}
#index_box2 .box_3 .item_box .more a:hover{
	background: #333;
	border-color: #333;
}
#index_box3{
	width: 100%;
	float: left;
	background:#e9f7f8 url(../images/bg2.jpg) top center no-repeat;
	padding-bottom: 140px;
	background-size: cover;
}
#index_box3 .slide_culture{
	width: 100%;
	float: left;
	position: relative;
}
#index_box3 .slide_culture .item a{
	display: block;
	width: 100%;
	position: relative;
	overflow: hidden;
}
#index_box3 .slide_culture .item a img{
	height: 250px;
	width: 100%;
}
/*#index_box3 .slide_culture .item a:before{
	width: 100%;
	height: 100%;
	content: "";
	position: absolute;
	opacity: 0.4;
	filter: alpha(opacity=40);
	background: #000;
	top: 0;
	left: 0;
	z-index: 2;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
#index_box3 .slide_culture .item a:hover:before{
	opacity: 0;
	filter: alpha(opacity=0);
}*/
#index_box3 .slide_culture .item a p{
    position: absolute;
    bottom: -40px;
    left: 0;
    margin: 0;
    font-size: 14px;
    width: 100%;
    line-height: 24px;
    background: rgba(1,81,152,0.8);
    color: #fff;
    padding: 5px 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: center;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
#index_box3 .slide_culture .item a:hover p{
	bottom: 0;
}
#index_box3 .slide_culture .owl-prev{
	width: 48px;
	height: 48px;
	position: absolute;
	left: -60px;
	top: 50%;
	margin-top: -24px;
	text-indent: -999px;
	overflow: hidden;
	background: url(../images/arrow_left.png) center no-repeat;
}
#index_box3 .slide_culture .owl-next{
	width: 48px;
	height: 48px;
	position: absolute;
	right: -60px;
	top: 50%;
	margin-top: -24px;
	text-indent: -999px;
	overflow: hidden;
	background: url(../images/arrow_right.png) center no-repeat;
}
#index_box4{
	width: 100%;
	float: left;
	background: #e9f7f8;
}
#index_box4 .top{
	width: 100%;
	height: 234px;
	float: left;
	background: url(../images/bg3.jpg) bottom center no-repeat;
}
#index_box4 .bottom{
	width: 100%;
	float: left;
	height: 135px;
	position: relative;
	    background: -moz-linear-gradient(left, #0e60ba 0%, #01adef 100%);
    background: -webkit-linear-gradient(left, #0e60ba 0%,#01adef 100%);
    background: linear-gradient(to right, #0e60ba 0%,#01adef 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0e60ba', endColorstr='#01adef',GradientType=1 );
}
#index_box4 .bottom .bg{
	width: 100%;
	height: 135px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	background: url(../images/bg4.png) top center no-repeat;
	background-size: cover;
}
#index_box4 .bottom .container{
	position: relative;
	z-index: 1;
}
#index_box4 .bottom .l{
	float: left;
	padding-top: 50px;
	max-width: 60%;
}
#index_box4 .bottom img{
	max-width: 90%;
}
#index_box4 .bottom .r{
	float: right;
	padding-top: 50px;
	max-width: 40%;
}
#index_box5{
	width: 100%;
	float: left;
	padding-bottom: 130px;
	background: url(../images/bg5.jpg) center no-repeat;
	background-size: cover;
	position: relative;
	overflow: hidden;
}
#index_box5 .ibox{
	width: 100%;
	height: 180px;
	margin-bottom: 30px;
	background: #fff;
	padding-left: 30px;
}
#index_box5 .ibox .tit{
	width: 100%;
	font-size: 16px;
	color: #da251c;
	line-height: 30px;
	float: left;
	padding-top: 20px;
	padding-bottom: 10px;
	font-weight: bold;
}
#index_box5 .ibox .tit2{
	color: #015198;
}
#index_box5 .ibox .tit img{
	float: left;
	margin-right: 10px;
}
#index_box5 .ibox p{
	width: 100%;
	float: left;
	margin: 0;
	line-height: 25px;
	color: #555;
	font-size: 14px;
	padding-left: 10px;
	background: url(../images/icon_7.png) left center no-repeat;
}
#index_box5 .mbox{
	width: 100%;
	float: left;
	background: #fff;
	height: 390px;
}
#index_box5 .mbox img{
	display: block;
	margin: 30px auto 10px;
}
#index_box5 .mbox p{
	font-size: 16px;
	color: #555555;
	text-align: center;
	line-height: 24px;
	margin: 0;
}
#index_box5 .bg{
	position: absolute;
	left: 0;
	top: -10%;
	max-height: 120%;
	z-index: 0;
}
#footer{
	width: 100%;
	float: left;
	padding: 30px 0;
	background: #015198;
	color: #fff;
	font-size: 14px;
	border-top: 2px solid #da251c;
}
#footer .top{
	line-height: 30px;
	padding-bottom: 10px;
	text-align: center;
	border-bottom: 1px solid #00315c;
}
#footer .top a{
	display: inline-block;
	padding: 0 20px;
	color: #fff;
}
#footer .top a:hover{
	text-decoration: underline;
}
#footer .bottom{
	width: 100%;
	float: left;
	padding-top: 10px;
	border-top: 1px solid #3e88ca;
}
#footer .bottom p{
	text-align: center;
	line-height: 30px;
}
#footer .bottom p.p2 span{
	display: inline-block;
	line-height: 30px;
	padding: 0 20px;
	border: 1px solid #fff;
	margin: 0 10px;
}

/*home2*/
#home2 #header .tel{
	line-height: 100px;
	text-align: center;
	padding-right: 10px;
}
#home2 #header .nav li.active>a{
	background: #e0e0e0 !important;
	color: #1f1a17;
	border-top: 2px solid #015198;
	line-height: 98px;
}
#banner2{
	width: 100%;
	float: left;
	position: relative;
}
#banner2 .banner_slider{
	width: 100%;
	float: left;
	position: relative;
	z-index: 1;
}
#banner2 .banner_slider .text{
	text-align: center;	
	position: absolute;
	width: 100%;
    display:flex;
    justify-content:center;
    align-items: center;
	padding: 0;
	height: 100%;
}
#banner2 .banner_slider .text img{
	display: block;
	margin: 0 auto;
}
#banner2 .banner_slider .text .tit2,
#banner2 .banner_slider .text .tit1{
	margin-bottom: 4%;
}
#banner2 .banner_slider .text a.scroll_down{
	margin-top: 2%;
	display: block;
}
#banner2 .banner_slider .text p{
	line-height: 28px;
	color: #ffffff;
	font-size: 16px;
	max-width: 700px;
	display: block;
	margin: 0 auto;
	margin-top: 20px;
}
#banner2 .banner_slider .bx-wrapper{
	border: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	margin-bottom: 0;
}
#banner2 .banner_slider .bx-wrapper .bx-controls{
	display: none;
}
#banner2 .banner_slider .bx-wrapper li {
    width: 100%;
    height: 100%;
    background-size: cover !important;
}
#banner2 .threebox{
	width: 100%;
	float: left;
	position: absolute;
	bottom: 0;
	overflow: hidden;
	padding-top: 20px;
	z-index: 33;
}
#banner2 .threebox .box{
	border: 4px solid rgba(255,255,255,.4);
	padding: 4px;
	width: 100%;
	float: left;
	border-radius: 6px;
	position: relative;
	bottom: -120px;
	z-index: 3;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
#banner2 .threebox .box:hover{
	bottom: 20px;
}
#banner2 .threebox .box a{
	display: block;
	width: 100%;
	float: left;
	position: relative;
}
#banner2 .threebox .box a:before{
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    opacity: 0.4;
    filter: alpha(opacity=40);
    background: #000;
    top: 0;
    left: 0;
    z-index: 2;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
#banner2 .threebox .box:hover a:before{
	display: none;
}
#banner2 .threebox .box a img{
	width: 100%;
	float: left;
}
#banner2 .threebox .box a p{
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    margin: 0;
    font-size: 18px;
    width: 100%;
    line-height: 24px;
    background: rgba(0,0,0,0.6);
    color: #fff;
    padding: 8px 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: center;
}
#home2 #index_box1{
	background: #fff;
}
#home2 #index_box1 ul li a{
	border-color: #015198;
	border-radius: 4px;
}
#home2 #index_box1 ul li a:hover{
	background: #015198;
	color: #fff;
}
#home2 #index_box1 ul li a:hover p,
#home2 #index_box1 ul li a:hover h5{
	color: #fff;
}
#home2 #index_box1 ul li a:hover .icon_1{
    background: url(../images/icon_1h.png) center no-repeat;
}
#home2 #index_box1 ul li a:hover .icon_2{
    background: url(../images/icon_2h.png) center no-repeat;
}
#home2 #index_box1 ul li a:hover .icon_3{
    background: url(../images/icon_3h.png) center no-repeat;
}
#home2 #index_box1 ul li a:hover .icon_4{
    background: url(../images/icon_4h.png) center no-repeat;
}
.title_2{
	width: 100%;
	float: left;
	padding-top: 60px;
	text-align: center;
	padding-bottom: 54px;
	color: #171717;
}
.title_2.white{
	color: #fff;
}
.title_2 h5{
	font-size: 26px;
	letter-spacing: 5px;
	margin: 0;
}
.title_2 p{
	font-size: 26px;
	letter-spacing: 4px;
	margin: 0;
	margin-bottom: 5px;
}
#home_box1{
	width: 100%;
	float: left;
	padding-bottom: 50px;
}
#home_box1 .topic{
	width: 100%;
	float: left;
	position: relative;
	margin-bottom: 55px;
	background: #f2f2f2;
}
#home_box1 .topic .l{
	float: left;
	width: 340px;
	position: relative;
}
#home_box1 .topic .l a{
	display: block;
	width: 100%;
	float: left;
}
#home_box1 .topic .l a img{
	width: 100%;
}
#home_box1 .topic .l span{
    width: 50px;
    height: 50px;
    position: absolute;
    left: 0;
    top: 0;
    background: #124699;
    color: #fff;
    font-size: 16px;
    text-align: center;
    padding: 2px 5px;
    z-index: 10;
}
#home_box1 .topic .r{
	width: 100%;
	float: left;
	position: absolute;
	right: 0;
	top: 0;
	padding-left: 360px;
	height: 100%;
	padding-right: 20px;
	padding-top: 40px;
}
#home_box1 .topic .r .tit{
	width: 100%;
	float: left;
	position: relative;
}
#home_box1 .topic .r .tit a{
	float: left;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	overflow: hidden;
	display: block;
	text-overflow: ellipsis;
	color: #171717;
	font-size: 22px;
	white-space: nowrap;
	padding-right: 90px;
}
#home_box1 .topic .r .tit a:hover{
	color: #da251c;
}
#home_box1 .topic .r .tit .date{
	float: right;
	text-align: right;
	font-family: "Arial";
}
#home_box1 .topic .r .tit .date b{
	font-size: 30px;
	color: #171717;
	line-height: 1;
	display: block;
}
#home_box1 .topic .r .tit .date small{
	font-size: 14px;
	color: #959595;
	line-height: 20px;
}
#home_box1 .topic .r p{
	max-width: 80%;
	float: left;
	font-size: 14px;
	color: #171717;
	line-height: 24px;
	max-height: 72px;
	overflow: hidden;
}
#home_box1 .item_box{
	width: 100%;
	float: left;
	margin-bottom: 50px;
	position: relative;
}
#home_box1 .item_box .tit{
	float: left;
	width: 100px;
	position: absolute;
	left: 0;
	top: 0;
}
#home_box1 .item_box .tit span{
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
#home_box1 .item_box .tit span.title1{
	width: 100%;
	height: 100px;
	display: block;
	background: #f2f2f2 url(../images/title1.png) center no-repeat;
}
#home_box1 .item_box:hover span.title1{
	background: #da251c url(../images/title1h.png) center no-repeat;
}
#home_box1 .item_box .tit span.title2{
	width: 100%;
	height: 100px;
	display: block;
	background: #f2f2f2 url(../images/title2.png) center no-repeat;
}
#home_box1 .item_box:hover span.title2{
	background: #da251c url(../images/title2h.png) center no-repeat;
}
#home_box1 .item_box .tit span.title3{
	width: 100%;
	height: 100px;
	display: block;
	background: #f2f2f2 url(../images/title3.png) center no-repeat;
}
#home_box1 .item_box:hover span.title3{
	background: #da251c url(../images/title3h.png) center no-repeat;
}
#home_box1 .item_box .tit span.title4{
	width: 100%;
	height: 100px;
	display: block;
	background: #f2f2f2 url(../images/title4.png) center no-repeat;
}
#home_box1 .item_box:hover span.title4{
	background: #da251c url(../images/title4h.png) center no-repeat;
}
#home_box1 .item_box .list{
	width: 100%;
	float: left;
	padding-left: 100px;
}
#home_box1 .item_box .list ul{
	width: 100%;
	float: left;
	padding: 10px 15px;
	background: #fff;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
#home_box1 .item_box:hover ul{
	background: #124699;
}
#home_box1 .item_box .list ul li{
	display: block;
	width: 100%;
	line-height: 30px;
	float: left;
	padding-left: 15px;
	background: url(../images/dot_1.png) left center no-repeat;
}
#home_box1 .item_box:hover ul li{
	background: url(../images/dot_2.png) left center no-repeat;
}
#home_box1 .item_box .list ul li a{
	display: block;
	width: 80%;
	float: left;
	color: #000;
	font-size: 14px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
#home_box1 .item_box:hover ul li a{
	color: #fff;
}
#home_box1 .item_box .list ul li a:hover{
	padding-left: 5px;
}
#home_box1 .item_box .list ul li span{
	float: right;
	color: #777777;
}
#home_box1 .item_box:hover ul li span{
	color: #fff;
}
#home2 #index_box3{
	padding-bottom: 50px;
}
#home2 .home2_txt3{
	width: 100%;
	float: left;
}
#home2 .home2_txt3 p{
	font-size: 16px;
	color: #ffffff;
	max-width: 700px;
	text-align: center;
	line-height: 30px;
	margin: 80px auto;
}
#home2 .home2_txt3 a{
	display: block;
	margin: 0 auto;
	width: 85px;
	margin-top: 20px;
}
#home_box2{
	width: 100%;
	float: left;
	position: relative;
}
#home_box2 .bg{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
	background: url(../images/bg7.jpg) center no-repeat;
}
#home_box2 .container{
	position: relative;
	z-index: 1;
}
#home_box2 .top{
	width: 100%;
	float: left;
	text-align: center;
	margin-bottom: 50px;
	padding: 20px 0;
}
#home_box2 .top img{
	background: #fff;
	margin-bottom: 20px;
	max-width: 150px;
}
#home_box2 .top p{
	line-height: 30px;
	color: #000000;
	font-size: 16px;
	max-width: 700px;
	background: #fff;
	margin: 0 auto;
	padding: 0 10px;
	text-align: justify;
}
#home_box2 .msbpic{
	max-width: 100%;
	display: block;
	margin: 0 auto;
	max-width: 80%;
}
#home_box2 .txt{
	width: 250px;
	float: left;
}
#home_box2 .ibox{
	width: 100%;
	float: left;
	margin-bottom: 30px;
	background: #fff;
	padding-left: 10px;
}
#home_box2 .ibox .tit{
	width: 100%;
	font-size: 16px;
	color: #da251c;
	line-height: 30px;
	float: left;
	padding-top: 20px;
	padding-bottom: 10px;
	font-weight: bold;
}
#home_box2 .ibox .tit2{
	color: #015198;
}
#home_box2 .ibox .tit img{
	float: left;
	margin-right: 10px;
}
#home_box2 .ibox p{
	width: 100%;
	float: left;
	margin: 0;
	line-height: 25px;
	color: #555;
	font-size: 14px;
	padding-left: 10px;
	background: url(../images/icon_7.png) left center no-repeat;
}
#home_box2 .mbox{
	width: 100%;
	float: left;
	background: #fff;
}
#home_box2 .mbox img{
	display: block;
	margin: 30px auto 10px;
}
#home_box2 .mbox p{
	font-size: 16px;
	color: #555555;
	text-align: center;
	line-height: 24px;
	margin: 0;
}
#home_box2 .bg{
	position: absolute;
	left: 0;
	top: 0;
	max-height: 120%;
	z-index: 0;
}
#footer2{
	width: 100%;
	float: left;
}
#footer2 .mt{
	width: 100%;
	height: 200px;
	background: url(../images/bg1.png) bottom center no-repeat;
	float: left;
}
#footer2 .top{
	width: 100%;
	float: left;
	height: 385px;
    position: relative;
    text-align: center;
    padding-top: 70px;
    background: -moz-linear-gradient(left, #0e60ba 0%, #01adef 100%);
    background: -webkit-linear-gradient(left, #0e60ba 0%,#01adef 100%);
    background: linear-gradient(to right, #0e60ba 0%,#01adef 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0e60ba', endColorstr='#01adef',GradientType=1 );
}
#footer2 .top .bg{
    width: 100%;
    height: 385px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    background: url(../images/bg8.png) top center no-repeat;
    background-size: cover;
}
#footer2 .top .container{
	position: relative;
	z-index: 1;
}
#footer2 .top .ft{
	margin-bottom: 25px;
	max-width: 200px;
}
#footer2 .top p{
	font-size: 16px;
	color: #ffffff;
	line-height: 30px;
	margin-bottom: 15px;
	width: 100%;
	float: left;
}
#footer2 .top p a{
	color: #fff;
	font-size: 16px;
	padding: 0 10px;
}
#footer2 .top .p2 span{
    display: inline-block;
    line-height: 30px;
    padding: 0 20px;
    border: 1px solid #fff;
    margin: 0 10px;
}
#footer2 .bottom{
	width: 100%;
	float: left;
	padding: 20px 0;
	background: #353535;
	line-height: 30px;
}
#footer2 .bottom .l{
	float: left;
	font-size: 16px;
	line-height: 30px;
	color: #fff;
}
#footer2 .bottom .r{
	float: right;
}
.pladeceHeader{
	width: 100%;
	float: left;
}
#ibanner{
	width: 100%;
	float: left;
}
#ibanner img{
	width: 100%;
}
#located{
	width: 100%;
	float: left;
	margin-bottom: 20px;
	padding: 10px 0;
	border-bottom: 1px solid #ededed;
}
#located p{
	margin: 0;
	line-height: 30px;
	font-size: 16px;
	color: #171717;
	margin-left: 20px;
	padding-left: 25px;
	background: url(../images/home.png) left center no-repeat;
}
#located p a{
	color: #171717;
}
#located p a:hover{
	color: #da251c;
}
#icontent{
	width: 100%;
	float: left;
}
#icontent .box{
	width: 100%;
	float: left;
	position: relative;
}
#icontent .lmenu{
	width: 250px;
	float: left;
	border: 1px solid #cccccc;
	position: absolute;
	left: 0;
	top: 0;
}
#icontent .lmenu ul{
	width: 100%;
	float: left;
	padding: 20px 0;
}
#icontent .lmenu ul li a{
	display: block;
	width: 100%;
	height: 60px;
	line-height: 60px;
	font-size: 20px;
	color: #1e1e1e;
	text-align: center;
	margin-bottom: 10px;
	border-left: 2px solid #fff;
}
#icontent .lmenu ul li a:before{
	content: "—";
	margin-right: 20px;
}
#icontent .lmenu ul li a:after{
	content: "—";
	margin-left: 20px;
}
#icontent .lmenu ul li a:hover{
	color: #015198;
}
#icontent .lmenu ul li a.on{
	border-color: #015198;
	color: #015198;
	background: #f2f2f2;
}
#icontent .rcontent{
	width: 100%;
	float: left;
	padding-left: 250px; 
}
#icontent .rcontent .content{
	width: 100%;
	padding: 0 30px;
	float: left;
}
#icontent .rcontent .content .about .artcile p span{
    font-family: "Simsun" !important;
}
#icontent .rcontent .content .about .artcile{
	width: 100%;
	float: left;
}
#icontent .rcontent .content .about .artcile img{
	display: block;
	margin: 20px auto;
	height: auto !important;
}
#icontent .rcontent .content .about{
	font-size: 18px;
	line-height: 30px;
	color: #171717;
}
#icontent .rcontent .content .about .artcile span{
	font-size: 18px !important;
}

#icontent .rcontent .content .about .title{
	width: 100%;
	border-bottom: 1px dotted #015198;
	padding-bottom: 10px;
	margin-bottom: 20px;
	text-align: center;
}
#icontent .rcontent .content .about .title h1{
	font-size: 21px;
	margin: 0;
	line-height: 30px;
	margin-top: 20px;
	font-weight: bold;
}
#icontent .rcontent .content .about .title .ly{
	font-size: 12px;
	color: #999;
}
#icontent .rcontent .content .about .center{
	display: block;
	margin: 0 auto;
}
#icontent .rcontent .content .about img{
	max-width: 100%;
}
#icontent .rcontent .content .about h5{
	font-weight: bold;
	font-size: 18px;
}
#icontent .rcontent .content .about p.p1{
	text-indent: 2em;
}
#icontent .rcontent .newslist{
	width: 100%;
	float: left;
}
#icontent .rcontent .newslist .list li{
	width: 100%;
	float: left;
	line-height: 50px;
}
#icontent .rcontent .newslist .list li:before{
	content: "●";
	margin-right: 10px;
	font-size: 20px;
	margin-left: 10px;
	float: left;
}
#icontent .rcontent .newslist .list li a{
	display: block;
	float: left;
	width: 80%;
	font-size: 20px;
	color: #171717;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
#icontent .rcontent .newslist .list li  span{
	float: right;
	color: #9d9d9d;
	font-size: 14px;
	margin-right: 10px;
}
#icontent .rcontent .newslist .list li.last{
	line-height: 1px;
	height: 1px;
	margin: 20px 0;
	border-bottom: 1px dashed #808080;
}
#icontent .rcontent .newslist .list li.last:before{
	display: none;
}
#icontent .rcontent .newslist .list li:hover{
	background: #f2f2f2;
	color: #015198;
}
#icontent .rcontent .newslist .list li:hover a{
	color: #015198;
}
.pagenation{
	width: 100%;
	float: left;
	padding: 20px 0;
	text-align: center;
}
.pagenation li{
	display: inline-block;
}
.pagenation li a{
	font-size: 16px;
	color: #171717;
	padding: 0 5px;
}
.pagenation li a.on,
.pagenation li a:hover{
	color: #e82828;
}
#icontent .rcontent .lishi{
	width: 100%;
	float: left;
}
#icontent .rcontent .lishi li{
	width: 100%;
	float: left;
	padding-bottom: 30px;
	border-bottom: 1px solid #9c9c9c;
	margin-bottom: 30px;
}
#icontent .rcontent .lishi li a{
	color: #9d9d9d;
}
#icontent .rcontent .lishi li a .top{
	width: 100%;
	float: left;
	line-height: 30px;
	margin-bottom: 30px;
}
#icontent .rcontent .lishi li a .top .tit{
	font-size: 28px;
	color: #171717;
	max-width: 70%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	float: left;
}
#icontent .rcontent .lishi li a .top .r{
	font-size: 14px;
	float: right;
}
#icontent .rcontent .lishi li a p{
	font-size: 16px;
	line-height: 30px;
}
#icontent .rcontent .lishi li a:hover .tit,
#icontent .rcontent .lishi li a:hover{
	color: #015198;
}
@media (min-width: 1920px){
	#header .nav{
		margin-left: 15%;
	}
}
@media (min-width: 1600px) and (max-width: 1919px){
	#header .nav{
		margin-left: 5%;
	}
}
@media (min-width: 1366px) and (max-width: 1599px){
	#header{
		height: 80px;
	}
	#header .nav_social {
		width: 160px;
	}	
	#header .nav_social a{
		width: 80px;
		line-height: 80px;
		height: 80px;
		font-size: 24px;
	}
	#header a.logo{
		margin-top: 14px;
	}
	#header .nav{
		margin-left: 1%;
	}
	#header .nav li a{
		padding: 0 15px;
		line-height: 80px;
		font-size: 15px;
	}
	/*home2*/
	#home2 #header .tel{
		line-height: 80px;
		padding-right: 10px;
	}
	#home2 #header .tel img{
		width: 150px;
	}
	#home2 #header .nav li.open>a,#home2 #header .nav li.active>a{
		line-height: 78px;
	}
}
@media (min-width:768px) and (max-width: 1365px){
	#header{
		height: auto;
	}
	#header .navbar-header{
		width: 100%;
		text-align: center;
	}
	#header a.logo{
		display: block;
		float: none;
		margin-top: 5px;
		margin-left: 0;
	}
	#header .nav{
		margin-left: 0;
		margin-top: 5px;
		margin-bottom: 5px;
		width: 100%;
		text-align: center;
	}
	#header .nav li {
		display: inline-block;
		float: none;
	}
	#header .nav li a{
		line-height: 30px !important;
		font-size: 12px;
		padding: 0 10px;
	}
	#header .navbar-right{
		width: 100%;
		margin: 0;
	}
	#header .nav_social{
		width: 100%;
		text-align: center;
		margin-bottom: 10px;
		float: left;
	}
	#header .nav_social a{
		width: 40px;
		float: none;
		height: 40px;
		display: inline-block;
		line-height: 40px;
		font-size: 20px;
	}
	#header .navbar-nav>li>.dropdown-menu li{
		width: 100%;
		display: block;
	}
	#header .navbar-nav>li>.dropdown-menu li a{
		font-size: 13px;
	}
	/*home2*/
	#home2 #header .tel{
		line-height: 50px;
		width: 100%;
		float: left;
		padding-bottom: 10px;
		padding-right: 10px;
	}
	#home2 #header .tel img{
		height: 26px;
		float: right;
	}
}
@media (min-width: 992px) and (max-width: 1200px){
	#index_box1 ul li a{
		padding: 20px 10px;
	}
	#index_box1 ul li a .icon{
		display: block;
		margin: 0 auto;
	}
	#index_box1 ul li a .txt{
		margin-top: 10px;
		text-align: center;
	}
	#index_box2 .box_1 .news_list ul li a{
		width: 70%;
	}
	#index_box3 .slide_culture .owl-prev{
		left: 10px;
	}
	#index_box3 .slide_culture .owl-next{
		right: 10px;
	}
	#index_box5 .bg{
		max-height: 80%;
		top: 10%;
	}
	#home_box1 .item_box .list ul li a{
		width: 70%;
	}
	#icontent .rcontent .newslist .list li a{
		width: 75%;
	}
	
	#home2 #header .nav li.active>a{
		line-height: 40px;
	}
	#home2 #header .tel{
		line-height: 40px;
	}
	#home2 #header .tel img{
		height: 30px;
		float:right;
		margin-bottom: 10px;
	}
	#banner2 .threebox .box{
		bottom: -50px;
	}

}
@media (min-width: 768px) and (max-width: 991px){
	#index_box1 ul li a{
		padding: 20px 10px;
	}
	#index_box1 ul li a .icon{
		display: block;
		margin: 0 auto;
	}
	#index_box1 ul li a .txt{
		margin-top: 10px;
		text-align: center;
	}
	#index_box1 ul li a .txt p{
		font-size: 16px;
	}
	#index_box2 .box_1 .news_list ul li a{
		width: 100%;
	}
	#index_box2 .box_1 .news_list ul li span{
		display: none;
	}
	#index_box2 .box_1 .news_list ul{
		padding: 20px 10px;
	}
	#index_box3 .slide_culture .owl-prev{
		left: 10px;
	}
	#index_box3 .slide_culture .owl-next{
		right: 10px;
	}
	#index_box5 .ibox{
		width: 48%;
		float: left;
	}
	#index_box5 .ibox:last-child{
		float: right;
	}
	#index_box5 .bg{
		max-height: 80%;
		top: 10%;
	}
	#footer .top a{
		padding: 0 10px;
	}
	#footer2 .top p{
		font-size: 14px;
	}
	#footer2 .top p a{
		font-size: 14px;
	}
	#footer2 .top .p2 span{
		margin: 0 5px;
		padding: 0 10px;
		font-size: 14px;
	}
	#footer2 .bottom .l{
		font-size: 14px;
	}
	#icontent .rcontent .newslist .list li a{
		width: 70%;
		font-size: 16px;
	}
	#home2 #header .nav li.active>a{
		line-height: 40px;
	}
	#home2 #header .tel{
		line-height: 40px;
	}
	#home2 #header .tel img{
		height: 30px;
		float:right;
		margin-bottom: 10px;
	}
	#banner2 .threebox .box{
		bottom: -50px;
	}

}
@media (max-width:767px) {
	#header .container-fluid{
	    padding-right: 15px;
	    padding-left: 15px;
	}
	#header{
		height: 60px;
	}
	#header a.logo{
		margin-top: 10px;
		margin-bottom: 10px;
	}
	#header a.logo img{
		height: 40px;
	}
	.navbar-toggle{
		padding: 0;
	    border: 0;
	    margin-top: 22px;
	    border-radius: 0;
	}
	.navbar-default .navbar-collapse{
	    background: #fff;
	    opacity: .9;
	    float: none;
	    border-bottom: 1px solid #e8e8e8;
	    position: absolute;
	    width: 100%;
	    z-index: 999;
	}
	.navbar-toggle{
		padding: 0;
	    border: 0;
	    margin-top: 18px;
	    border-radius: 0;
	}
	.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
	    background:none;
	    border: 0;
	    color: #1e3280;
	}
	.navbar-nav{
		margin: 0 -15px;
	}
	.navbar .nav{
		padding-top: 0;
		padding-right: 0;
		margin-top: 0;
	}
	.navbar .nav>li>a{
		height: 36px;
		line-height: 36px;
		border-bottom: 1px solid #e8e8e8;
		font-size: 13px;
		color: #333;
		padding: 0 15px;
		background: none;
	}
	.navbar .nav>li>a.cur{
		background: #1d1d1d;
	}
	.navbar-nav .open .dropdown-menu>li>a{
		padding: 5px 0px;
	}
	.navbar-nav>li>.dropdown-menu li{
	}
	.navbar-default .navbar-nav .open .dropdown-menu>li>a{
		padding-left: 20px;
		color: #333;
		padding-left: 36px;
		text-align: left;
	}
	.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover{
		color: #e50212;
	}
	.nav .open>a, .nav .open>a:focus, .nav .open>a:hover{
		border-color: #e8e8e8;
	}
	.navbar-nav>li>.dropdown-menu a{
		text-align: left;
		font-size: 12px;
		padding-left: 15px;
	}
	.navbar-toggle{z-index:1100;}.navbar-toggle .icon-bar{position:relative}.navbar-toggle .icon-bar+.icon-bar{margin-top:6px}.navbar-toggle .icon-bar:nth-child(2){-moz-transition:background .3s ease 0s;-o-transition:background .3s ease 0s;-webkit-transition:background .3s ease;-webkit-transition-delay:0s;transition:background .3s ease 0s;background:transparent}.transform-fallback-fix .navbar-toggle .icon-bar:nth-child(2){background:#909090}.navbar-toggle .icon-bar:nth-child(1),.navbar-toggle .icon-bar:nth-child(3){-moz-transition:top .3s ease,-moz-transform .3s ease .4s;-o-transition:top .3s ease,-o-transform .3s ease .4s;-webkit-transition:top .3s ease,-webkit-transform .3s ease;-webkit-transition-delay:0s,.4s;transition:top .3s ease,transform .3s ease .4s}.navbar-toggle .icon-bar:nth-child(1){top:8px;-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-webkit-transform:rotate(45deg);transform:rotate(45deg)}.transform-fallback-fix .navbar-toggle .icon-bar:nth-child(1){top:0}.navbar-toggle .icon-bar:nth-child(3){top:-8px;-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.transform-fallback-fix .navbar-toggle .icon-bar:nth-child(3){top:0}.navbar-toggle.collapsed .icon-bar:nth-child(2){-moz-transition:background .3s ease .4s;-o-transition:background .3s ease .4s;-webkit-transition:background .3s ease;-webkit-transition-delay:.4s;transition:background .3s ease .4s;background-color:#e50212}.navbar-toggle.collapsed .icon-bar:nth-child(1),.navbar-toggle.collapsed .icon-bar:nth-child(3){top:0;-moz-transform:rotate(0deg);-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);-moz-transform-origin:50% 50%;-ms-transform-origin:50% 50%;-webkit-transform-origin:50% 50%;transform-origin:50% 50%;-moz-transition:top .3s ease .4s,-moz-transform .3s ease;-o-transition:top .3s ease .4s,-o-transform .3s ease;-webkit-transition:top .3s ease,-webkit-transform .3s ease;-webkit-transition-delay:.4s,0s;transition:top .3s ease .4s,transform .3s ease}
	.navbar-toggle .icon-bar:nth-child(1), .navbar-toggle .icon-bar:nth-child(3){
		background-color: #da251c !important;	
	}
	#header .nav{
		margin: 0px -15px;
		overflow: hidden;
	}
	#header .nav li a{
		background: transparent !important;
		line-height: 36px;
	}
	#header .navbar-nav>li>.dropdown-menu{
		min-width: 100%;
		margin: 0;
		left: 0;
	}
	#header .navbar-nav>li>.dropdown-menu li a {
	    padding-left: 20px;
	    color: #333;
	    padding-left: 36px;
	    text-align: left;
	}
	#header .nav_social{
		width: 100%;
		text-align: center;
		margin-bottom: 10px;
		float: left;
	}
	#header .nav_social a{
		width: 40px;
		float: none;
		height: 40px;
		display: inline-block;
		line-height: 40px;
		font-size: 20px;
	}
	#banner .carousel-indicators{
		bottom: 0;
	}
	#banner .carousel-indicators li{
		width: 10px;
		height: 10px;
		margin: 0 2px;
	}
	#banner .carousel-control.right,
	#banner .carousel-control.left{
		width: 40px;
		height: 40px;
		margin-top: -20px;
		line-height: 35px;
		transform: translateX(0px) !important;
	    -ms-transform: translate(0px) !important;
	    -webkit-transform: translate(0px) !important;
	    -o-transform: translate(0px) !important;
	    -moz-transform: translate(0px) !important;
	}
	#banner .carousel-control.right:before,
	#banner .carousel-control.left:before{
		line-height: 40px;
		width: 40px;
		height: 40px;
	}
	#index_box1 ul li{
		width: 50%;
		margin-bottom: 10px;
	}
	#index_box1 ul li a{
		padding: 10px 0;
	}
	#index_box1 ul li a .icon{
		display: block;
		margin: 0 auto;
		width: 50px;
		height: 50px;
		background-size: 100% auto !important;
	}
	#index_box1 ul li a .txt{
		/* margin-top: 10px; */
		text-align: center;
	}
	#index_box1 ul li a .txt h5{
		font-size: 16px;
		line-height: 30px;
	}
	#index_box1 ul li a .txt p{
		font-size: 14px;
		line-height: 24px;
	}
	#index_box2 .box_1{
		padding: 0;
	}
	#index_box2 .box_1 .rqyw{
		width: 100%;
		position: static;
	}
	.title_1{
		padding: 30px 0;
	}
	#index_box2 .box_1 .news_list{
		height: auto;
	}
	#index_box2 .box_1 .news_list ul{
		padding: 15px 10px;
	}
	#index_box2 .box_1 .news_list ul li a{
		width: 70%;
	}
	#index_box3 .slide_culture .owl-prev{
		left: 10px;
	}
	#index_box3 .slide_culture .owl-next{
		right: 10px;
	}
	#index_box3{
		padding-bottom: 50px;
	}
	#index_box4 .top{
		height: 100px;
		background-size: 100% auto;
	}
	#index_box4 .bottom .bg{
		background-size: 100% auto;
	}
	#index_box4 .bottom .l{
		width: 100%;
		max-width: 100%;
		padding-top: 30px;
		text-align: center;
	}
	#index_box4 .bottom .r{
		width: 100%;
		max-width: 100%;
		padding-top: 20px;
		text-align: center;
	}
	#index_box5 .bg{
		position: static;
		max-height: none;
		max-width: 100%;
		margin-bottom: 20px;
	}
	#footer {
		padding: 20px 0;
	}
	#footer .top {
		float: left;
	}
	#footer .top a{
		margin: 0;
		float: left;
		width: 50%;
		padding: 0;
		line-height: 30px;
		text-align: center;
	}
	#footer .bottom{
		font-size: 12px;
	}
		
	#footer .bottom p{
		line-height: 24px;
	}
	#footer .bottom p.p2 span{
		margin-bottom: 10px;
	}
	#home2 #header .tel{
		width: 100%;
		text-align: center;
		padding: 0;
		line-height: 60px;
	}
	#home2 #header .tel img{
		height: 30px;
	}
	#home2 #header .nav li.open a, #home2 #header .nav li.active a{
		line-height: 36px;
	}
	#banner2 .threebox{
		position: static;
	}
	#banner2 .threebox .box{
		position: static;
		margin-bottom: 20px;
		border: 0;
		width: 90%;
		margin-left: 5%;
		padding: 2px;
		border: 1px solid #ddd;
		border-radius: 0;
	}
	.title_2{
		padding: 30px 0;
	}
	.title_2 img{
		max-width: 100%;
	}
	#home_box1 .topic .l{
		width: 100%;
	}
	#home_box1 .topic .r{
		position: static;
		padding: 10px;
	}
	#home_box1 .topic .r .tit a{
		position: static;
		padding: 0;
		font-size: 16px;
	}
	#home_box1 .topic .r .tit .date{
		width: 100%;
		float: left;
		text-align: left;
		line-height: 30px;
	}
	#home_box1 .topic .r .tit .date b{
		font-size: 18px;
		line-height: 30px;
		float: left;
		margin-right: 20px;
	}
	#home_box1 .topic .r p{
		width: 100%;
		max-width: 100%;
	}
	#home_box1 .item_box .tit{
		position: static;
		width: 100%;
		text-align: center;
	}
	#home_box1 .item_box .tit span{
		width: 100px !important;
		margin: 0 auto;
	}
	#home_box1 .item_box .list{
		padding-left: 0;
	}
	#home_box1 .item_box .list ul{
		padding: 10px 5px;
	}
	#home_box1 .item_box .list ul li a{
		width: 70%;
	}
	#home_box1 .item_box{
		margin-bottom: 20px;
	}
	#footer2 .top{
		height: auto;
	}
	#footer2 .top .bg{
		background-size: 100% auto;
	}
	#home_box2{
		background-size: 100% auto;
		padding-bottom: 50px;
	}
	#footer2 .top p,
	#footer2 .top p a{
		font-size: 14px;
	}
	#footer2 .top p a{
		width: 33.33%;
		float: left;
		padding: 0;
	}
	#footer2 .top .p2 span{
		margin-bottom: 10px;
	}
	#footer2 .bottom .l{
		width: 100%;
		font-size: 14px;
		text-align: center;
		line-height: 22px;
	}
	#footer2 .mt{
		height: 50px;
		background-size: 100% auto;
	}
	#icontent .lmenu{
		width: 100%;
		position: static;	
		border: 1px solid #eee;
		border-right: 0;
		border-bottom: 0;
	}
	#icontent .lmenu ul{
		padding: 0;
	}
	#icontent .rcontent{
		padding-left: 0;
	}
	#icontent .lmenu ul li{
		width: 50%;
		float: left;
		border: 1px solid #eee;
		border-top: 0;
		border-left: 0;
	}
	#icontent .lmenu ul li a{
		height: 40px;
		line-height: 40px;
		border: 0;
		margin: 0;
		font-size: 14px;
	}
	#icontent .lmenu ul li a:after,
	#icontent .lmenu ul li a:before{
		display: none;
	}
	#icontent .rcontent .content{
		padding: 10px 0;
	}
	#icontent .rcontent .content .about{
		font-size: 15px;
		line-height: 26px;
	}
	#icontent .rcontent .content .about h5{
		font-size: 16px;
	}
	#icontent .rcontent .content .about p{
		margin-bottom: 0;
	}
	#icontent .rcontent .newslist .list li:before{
		font-size: 12px;
		margin-left: 0;
	}
	#icontent .rcontent .newslist .list li{
		line-height: 30px;
	}
	#icontent .rcontent .newslist .list li a{
		font-size: 15px;
		width: 70%;
	}
	#icontent .rcontent .newslist .list li  span{
		margin: 0;
	}
	#located p{
		margin: 0;
	}
	#icontent .rcontent .lishi {
		margin-top: 20px;
	}
	#icontent .rcontent .lishi li a .top .tit{
		width: 100%;
		display: block;
		max-width: 100%;
	}
	#icontent .rcontent .lishi li a .top .r{
		float: left;
	}
	#icontent .rcontent .lishi li a .top{
		margin-bottom: 10px;
	}
	#icontent .rcontent .lishi li{
		padding-bottom: 10px;
		margin-bottom: 10px;
	}
	#banner2 .banner_slider .text img{
		width: 80%;
	}
	#banner2 .banner_slider .text p{
		padding: 0 5%;
		text-align: justify;
	}
	#banner2 .banner_slider .text a.scroll_down img{
		width: 80px;
		margin-top: 40px;
	}
	#announcement .annouce_1{
		border-bottom: 1px solid #eee;
	}	
	#home_box2 .txt{
		margin: 0 auto;
		float: none;
	}

}
@media( max-width: 320px){
	#icontent .rcontent .newslist .list li a{
		font-size: 13px;
		width: 68%;
	}
	#icontent .rcontent .newslist .list li span{
		font-size: 12px;
	}
}